[JQuery ASP.NET] How to render an array of objects with JQuery
        Posted  
        
            by Ricky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ricky
        
        
        
        Published on 2010-04-15T03:36:58Z
        Indexed on 
            2010/04/15
            3:43 UTC
        
        
        Read the original article
        Hit count: 344
        
Hi guys:
Assume the JSON returned is
{"2010143545":{"info":[1,"soccer"]},
 "2010143547":{"info":[0,"Basketball"]}
}
How do I use JQuery to render the array on ASP.NET page? More precisely, what kind of HTML template do I need to set to stuff the JSON with JQuey?
Thanks you.
© Stack Overflow or respective owner